home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / GMSMTH01.ZIP / UPDATE.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-02-09  |  377 b   |  25 lines

  1. @echo on
  2. rem update the DEMO.ZIP freeware distribution package
  3. d:
  4. cd \game\demo
  5. del gmsmth01.zip
  6. xcopy . d:\temp /s/e
  7. cd \temp
  8. md util
  9. cd\game\util
  10. xcopy . \temp\util
  11. cd \temp
  12. md lib
  13. cd \game\lib
  14. xcopy . \temp\lib
  15. del \temp\lib\*.bak
  16. cd \temp
  17. md include
  18. cd \game\include
  19. xcopy . \temp\include
  20. cd \temp
  21. z -rpm gmsmth01.zip
  22. move gmsmth01.zip \game\demo
  23.  
  24.  
  25.